home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / tee.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. TEE(1L)           Misc. Reference Manual Pages            TEE(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tee - read from standard input and write to standard  output
  10.      and files
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      tttteeeeeeee [-ai] [--append] [--ignore-interrupts] [--help] [-- ver-
  14.      sion] [file...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual page documents the GNU version of tttteeeeeeee.  The  tttteeeeeeee
  18.      command copies the standard input to the standard output and
  19.      any files given as arguments.
  20.  
  21.      If a file being written to does not  already  exist,  it  is
  22.      created.   If  a  file  being written to already exists, the
  23.      data it previously contained is overwritten unless the   - _a
  24.      option is used.
  25.  
  26.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  27.      -_a, --_a_p_p_e_n_d
  28.           Append the standard input to  the  given  files  rather
  29.           than overwriting them.
  30.  
  31.      --_h_e_l_p
  32.           Print a usage message on standard output and exit  suc-
  33.           cessfully.
  34.  
  35.      -_i, --_i_g_n_o_r_e-_i_n_t_e_r_r_u_p_t_s
  36.           Ignore interrupt signals.
  37.  
  38.      --_v_e_r_s_i_o_n
  39.           Print version information on standard output then  exit
  40.           successfully.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF             Last change: GNU Shell Utilities                1
  64.  
  65.  
  66.  
  67.